home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1996 May / Designer's Club 1996 May.iso / mac / Idea Source / EMBOSS.DIR / 00116.ls < prev    next >
Encoding:
Text File  |  1996-04-03  |  154 b   |  9 lines

  1. on mouseDown
  2.   puppetSound("leftpick")
  3.   puppetSprite(3, 1)
  4.   set the castNum of sprite 3 to 120
  5.   updateStage()
  6.   puppetSprite(3, 0)
  7.   go(#previous)
  8. end
  9.